home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 20
/
Creative-Review-CD-ROM-20.iso
/
pc
/
image
/
tibcr972.dir
/
00269_Script_Introduction 2 Script
< prev
next >
Wrap
Text File
|
1996-11-25
|
212b
|
12 lines
on exitFrame
hideObjects("45,46,47,48")
rollOver1("45,Introduction 1,46,Contents,47,Help,48,Quit")
go the frame
end
on mouseUp
global dest
if dest <> "none" then
go to dest
end if
end